Radio Group
Type
widget
Description
Radio group widget
Children Properties
Property
Name | Summary | Syntax |
---|---|---|
hoverColor | The hover color of the widget's background. | set the hoverColor of <widget> to <Color> get the hoverColor of <widget> |
textSize | The text size of the radio widget | set the textSize of <widget> to tTextSize get the textSize of <widget> |
hiliteIconColor | The color used to remark when widget is focused. | set the hiliteIconColor of <widget> to <Color> get the hiliteIconColor of <widget> |
iconColor | The color of the widget's background. | set the iconColor of <widget> to <Color> get the iconColor of <widget> |
textAlign | The alignment of the text | set the textAlign of <widget> to textAlign get the textAlign of <widget> |
iconSize | The size of the checkbox icon | set the iconSize of <widget> to pIconSize get the iconSize of <widget> |
orientation | The orientation of the widget's elements. | set the orientation of <widget> to [vertical|horizontal] get the orientation of <widget> |
content | The contents of the radio widget. | set the content of <widget> to pContent get the content of <widget> |
hilitedIndex | Select a element at index pIndex | set the hilitedIndex of <widget> to pRadioName get the hilitedIndex of <widget> |
textColor | The color of the widget text. | set the textColor of <widget> to <Color> get the textColor of <widget> |
textFont | The font name of the Radio widget | set the textFont of <widget> to tTextFont get the textFont of <widget> |
hilitedElement | Select a element | set the hilitedElement of <widget> to pRadioName get the hilitedElement of <widget> |
themeData | The theme mappings of this widget | set the themeData of <widget> to {<array>} get the themeData of <widget> |
textStyle | Use the textStyle property to change the appearance of text. | set the textStyle of object to {empty | plain | stylesList} |